home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / mcm10.zip / MCMAIL1.CFG < prev    next >
Text File  |  1996-11-15  |  51KB  |  1,379 lines

  1. ;===========================================================================
  2. ; Main-Configfile for McMail
  3. ;===========================================================================
  4. ;
  5. ; Available Macros:
  6. ;
  7. ; $T   -  Tasknumber
  8. ; $P   -  Used Port
  9. ; $S   -  Linespeed
  10. ; $L   -  Lockspeed
  11. ; $U   -  An ASCII-Taglist for uploads in Terminalmode
  12. ; $D   -  Path defined under 'DownLoadPath'
  13. ; $G   -  Path and filename defined under 'LogFile'
  14. ; $M   -  Tasknumber of higlited task in the multilineinfo
  15. ;
  16. ; *DD  -  Day   (two digits)    You have to shutdown McMail at
  17. ; *MM  -  Month (two digits)    midnight if you use this stuff!
  18. ; *YY  -  Year  (two digits)
  19. ; *WW  -  Week of the year (two digits)
  20. ;
  21. ; =FAX -  Full path and name of a received Fax
  22. ; =UNX -  Current time in Unixformat (Hex, 8 chars)
  23. ;
  24. ; =PA  -  Remote primary Adress (zone:net/node[.p] ; .p only if not zero)
  25. ; =BR  -  Baudrate on the line (not DTE!)
  26. ; =IO  -  Incall or Outcall ('INBOUND' or 'OUTBOUND')
  27. ; =RL  -  Remote Location
  28. ; =RN  -  Remots Systemname
  29. ; =RS  -  Remote Sysopname
  30. ; =RP  -  Remote Phonenumber
  31. ; =RF  -  Remote Flags
  32. ; =PW  -  Remote Session-Password
  33. ; =SU  -  Protected or unprotected session ('SECURE' or 'UNSECURE')
  34. ;
  35. ; =FL  -  Filename to the incomming Filerequest-Listfile
  36. ; =PFL -  Full path and name to the incomming Filerequest-Listfile
  37. ; =XL  -  Filename to the Filexmit-Listfile (The RP create this)
  38. ; =PXL -  Full path and name to the Filexmit-Listfile (The RP create this)
  39. ; =IF  -  Filename to a binary RemoteInfoFile (FD-compatible)
  40. ; =PIF -  Full path and name to a binary RemoteInfoFile (FD-compatible)
  41. ;         (These files will be created in McMs homedir, see also Developers-
  42. ;          Kit RemInfoRecord)
  43. ; =MB  -  Mins left to the next NoBBS-Event
  44. ; =MR  -  Mins left to the next NoRequest-Event
  45. ; =ST  -  Sessiontyp ('EMSI' , 'WAZOO' or 'OTHER')
  46. ; =LS  -  Nodetyp ('LISTED' or 'UNLISTED')
  47. ;
  48. ;
  49. ; =SRIF -  Path and Filename to the "Standart Request Info File". If
  50. ;          the RP Support this, you only need this parameter to
  51. ;          call the RequestProcessor
  52. ;
  53. ;
  54. ; You can use these macros in all CFG-Entries that are marked with {M}.
  55. ;
  56. ; Macros that begins with '=' only carries valid values during Mail-
  57. ; or FaxSessions.
  58. ;
  59. ;===========================================================================
  60. ;
  61. ; McMail support DOS-Environments in all Control-Files.
  62. ;
  63. ; Some examples:
  64. ;
  65. ; if you set "baud=38400" you can define in the .CFG  "Baudrate %baud%"
  66. ;
  67. ; You can also define this one:
  68. ;
  69. ;   %task=1% Baudrate 57600   (If task equal 1 then baudrate = 57600)
  70. ;   %task#2% Baudrate 115200  (If task not equal 2 then baudrate = 115200)
  71. ;
  72. ; This works in MCMAIL.CFG MCMAIL.EVT REQUEST.OK TRANSLAT.COD COST.TBL and
  73. ; all banner and response files as well. If you want to insert a % somewere
  74. ; in textfields or commandstrings use %%
  75. ;
  76. ;===========================================================================
  77. ; ComPort to use.
  78. ;===========================================================================
  79. ;
  80. ComPort 2
  81. ;
  82. ;
  83. ;===========================================================================
  84. ; Baudrate to call the Modem.
  85. ;===========================================================================
  86. ;
  87. Baudrate 38400
  88. ;
  89. ;
  90. ;===========================================================================
  91. ; If the port is locked by the Fossildriver enable this.
  92. ;===========================================================================
  93. ;
  94. PortLocked
  95. ;
  96. ;
  97. ;===========================================================================
  98. ; Force McMail to use it's own asyncroutines, even if a Fossildriver is
  99. ; loaded.
  100. ;===========================================================================
  101. ;
  102. ;NoFossil
  103. ;
  104. ;
  105. ;===========================================================================
  106. ; Leave the fossil hot on exits
  107. ;===========================================================================
  108. ;
  109. ;FosHot
  110. ;
  111. ;
  112. ;===========================================================================
  113. ; How many bytes should be sent/recv per interrupt? (1,4,8,14)
  114. ; (Only activ with our own asyncroutines, default is 8)
  115. ;===========================================================================
  116. ;
  117. ;UseFifo 14
  118. ;
  119. ;
  120. ;===========================================================================
  121. ; How many bytes should be read at once from the fossil/async inbuffer
  122. ; Default is 128. Only change this, if you know what you're doing!
  123. ;===========================================================================
  124. ;
  125. ;ComReadSize 2048
  126. ;
  127. ;
  128. ;===========================================================================
  129. ; How many bytes should be write at once to the fossil/async outbuffer
  130. ; Default is 128. Only change this, if you know what you're doing!
  131. ;===========================================================================
  132. ;
  133. ;ComWriteSize 2048
  134. ;
  135. ;
  136. ;===========================================================================
  137. ; Do you need a debugline for Fossildebuginfo on the 8th or last line of the
  138. ; Screen? (ISDN-Fossildriver (cFos) have that feature)
  139. ;===========================================================================
  140. ;
  141. ;FosDebugline
  142. ;FosDebugline last
  143. ;
  144. ;
  145. ;===========================================================================
  146. ; Here you can define the linechar for a line between the Fossildebuginfo
  147. ; and the logscreen. Only activ if not 'last'
  148. ;===========================================================================
  149. ;
  150. ;FosDbglineChar ─
  151. ;
  152. ;
  153. ;===========================================================================
  154. ; Wait 2 sec for modemresponse after a command was sent to the modem.
  155. ;===========================================================================
  156. ;
  157. ;SlowModem
  158. ;
  159. ;
  160. ;===========================================================================
  161. ; Delay in 1/100 seconds between each character of a modemcommandstring
  162. ; Default is 10. Set this to 0 if you have disabled the modemecho (E0).
  163. ;===========================================================================
  164. ;
  165. ;CommandDelay 5
  166. ;
  167. ;
  168. ;===========================================================================
  169. ; Stop async I/O during disk access. This option is needed on some systems,
  170. ; also sometimes with disk caches.
  171. ; (Works only with an extended fossil (X00 > 1.50) or internal async)
  172. ;===========================================================================
  173. ;
  174. ;SlowDisk
  175. ;
  176. ;
  177. ;===========================================================================
  178. ; Run McM without modem. For testing or...
  179. ; (Also available as commandlineparameter NOMODEM)
  180. ;===========================================================================
  181. ;
  182. ;NoModem
  183. ;
  184. ;
  185. ;===========================================================================
  186. ; Special characters in modem command strings:
  187. ;       `  Wait 1/20 sec before sending next char
  188. ;       ~  Wait 1 second
  189. ;       |  Send return end wait for response
  190. ;       !  Send return without wait
  191. ;       -  This character is removed
  192. ;       v  Lower DTR
  193. ;       ^  Raise DTR
  194. ;       \  This character is removed, but send next character without
  195. ;          translation. Use \- to send - or \\ to send \ to the modem.
  196. ;
  197. ; Use %% for % and _ for SPACE
  198. ;
  199. ;===========================================================================
  200. ; This commands will be sent to modem on startup only.
  201. ;===========================================================================
  202. ;
  203. ;ModemReset ATZ|
  204. ;ModemReset AT&F|
  205. ;
  206. ;
  207. ;===========================================================================
  208. ; Command to initialisize the modem. (You can define more than one).
  209. ;===========================================================================
  210. ;
  211. ModemInit ATZ|
  212. ModemInit AT#B1+FCLASS=0|
  213. ;ModemInit ATZX7M1|
  214. ;ModemInit AT Z| AT X7| AT M1|
  215. ;ModemInit ATZ|ATX7|ATM1|
  216. ;
  217. ;
  218. ;===========================================================================
  219. ; Command to initialisize the modem if you start the Terminal.
  220. ;===========================================================================
  221. ;
  222. Terminalinit ATZ|
  223. ;
  224. ;
  225. ;===========================================================================
  226. ; This commands will be sent to modem before shutdown.
  227. ;===========================================================================
  228. ;
  229. ModemDeInit AT&D0|
  230. ;
  231. ;===========================================================================
  232. ; Command to force the modem to answer.
  233. ;===========================================================================
  234. ;
  235. ModemAnswer ATA|
  236. ;ModemAnswer AT+FCLASS=2.0|~AT+FLI="+49-441-46875"+FAA=1+FBO=1+FNR=1,1,1;A|
  237. ;
  238. ;
  239. ;===========================================================================
  240. ; Command to hangup the line.
  241. ;===========================================================================
  242. ;
  243. ModemHangup v~^~+++~ATH0|
  244. ;
  245. ;
  246. ;===========================================================================
  247. ; Command to reject an incomming call (ISDN only). See also InfoID, InfoSize
  248. ; and capability 'I' in the enhanced NODEDATA.CFG.
  249. ;===========================================================================
  250. ;
  251. ModemReject ATH1H0|
  252. ;
  253. ;
  254. ;===========================================================================
  255. ; Response from modem if an outgoing call is rejected by the other side.
  256. ; See also InfoID, InfoSize and capability 'I' in the enhanced NODEDATA.CFG.
  257. ;===========================================================================
  258. ;
  259. RejectResponse Call Rejected
  260. ;RejectResponse CAUSE=34BE
  261. ;
  262. ;
  263. ;===========================================================================
  264. ; Command to set the modem offhook. This will be sent if you swap to dos, or
  265. ; run an external program via functionkeys.
  266. ;===========================================================================
  267. ;
  268. ModemBusy ATH1|
  269. ;
  270. ;
  271. ;===========================================================================
  272. ; Prefix and suffix for dialing out.
  273. ;===========================================================================
  274. ;
  275. ModemDial ATD
  276. ModemSuffix |
  277. ;
  278. ;
  279. ;===========================================================================
  280. ; Command to force an ok from the modem. Will be send every 3 minutes.
  281. ;===========================================================================
  282. ;
  283. ModemOk AT|
  284. ;
  285. ;
  286. ;===========================================================================
  287. ; Command to send after hangup for logging Modem-connection-information.
  288. ;===========================================================================
  289. ;
  290. ; Here is an example for USR-Modems
  291. ;
  292. ModemInfo ATI6|
  293. ;
  294. ; Here is an example for cFos
  295. ;
  296. ;ModemInfo ATI2|
  297. ;
  298. ;
  299. ;===========================================================================
  300. ; Modemresponse that will be ignored.
  301. ;===========================================================================
  302. ;
  303. ;ModemIgnore DATA
  304. ;ModemIgnore XYZ
  305. ;
  306. ;
  307. ;===========================================================================
  308. ; Response from modem to exit with Faxlevel to start a Faxreceiveprogram
  309. ; If you have a modem that supports the Class 2 or Class 2.0 standard you can
  310. ; disable FaxLevel and McM receive incomming Faxcalls directly. The
  311. ; Fax is stored in Zyxels Zfax format.
  312. ; If you use the external faxreceive, a file called
  313. ; faxbat<tasknr>.bat is created in McMs homedir with the
  314. ; following contents:
  315. ;
  316. ; spawnfax.bat <tasknr>
  317. ;                  <comport>
  318. ;                       <DTEspeed>
  319. ;                             <linespeed>
  320. ;                                    <time to next NoBBS-event>
  321. ;                                                          <connectaddons>
  322. ;                                                                <errorlevel>
  323. ;===========================================================================
  324. ;
  325. FaxResponse +FCON
  326. ;FaxResponse +FCO
  327. ;FaxLevel 4
  328. ;
  329. ;
  330. ;===========================================================================
  331. ; Programm to process a received FAX. (Only with internal FAX-receive)
  332. ;===========================================================================
  333. ;
  334. ;AfterFax f:\tools\zfax\zfax 2 =FAX
  335. ;AfterFax f:\tools\zfax\fax2tif =FAX f:\mail\inbound.fax\=UNX.TIF
  336. ;
  337. ;
  338. ;===========================================================================
  339. ; Response from modem to exit with Voicelevel to start a voiceanswerprogram
  340. ; A file called vocbat<tasknr>.bat is created in McMs homedir with the
  341. ; following contents:
  342. ;
  343. ; spawnvoc.bat <tasknr>
  344. ;                  <comport>
  345. ;                       <DTEspeed>
  346. ;                             <linespeed>
  347. ;                                    <time to next NoBBS-event>
  348. ;                                                          <connectaddons>
  349. ;                                                                <errorlevel>
  350. ;===========================================================================
  351. ;
  352. ;VoiceResponse CONNECT VOICE
  353. ;VoiceLevel 5
  354. ;
  355. ;
  356. ;===========================================================================
  357. ; External Mail-String. Exit with <errorlevel> if receive <string>.
  358. ; (Max 30 chars, min 4 chars, casesensitive)
  359. ; A file called exmbat<tasknr>.bat is created in McMs homedir with the
  360. ; following contents:
  361. ;
  362. ; spawnexm.bat <tasknr>
  363. ;                  <comport>
  364. ;                       <DTEspeed>
  365. ;                             <linespeed>
  366. ;                                    <time to next NoBBS-event>
  367. ;                                                          <connectaddons>
  368. ;                                                                <errorlevel>
  369. ;
  370. ;===========================================================================
  371. ;ExternalMail <string> <errorlevel>
  372. ;
  373. ExternalMail ZyXEL 8
  374. ;ExternalMail Hello 30
  375. ;
  376. ;
  377. ;===========================================================================
  378. ; Giveup on receiving 3 RINGINGs during outcalls.
  379. ;===========================================================================
  380. ;
  381. MaxRINGING 3
  382. ;
  383. ;
  384. ;===========================================================================
  385. ; Rings to receive before answer the phone.
  386. ;
  387. ; RingCounter <default> [value1] [string1] [value2] [string2] [...
  388. ;
  389. ; where default is used, if no other string is in the RING-Message.
  390. ;
  391. ; Example:
  392. ;
  393. ;  RingCounter 1  6 /0102  3 0441
  394. ;
  395. ;  If the modem gives "RING UNKNOWN/EAZ0/0102" McM waits for the 6th ring
  396. ;  before answer and waits for 3 rings if the modem gives "RING 0441..."
  397. ;
  398. ; This is great if you use cfos and cfostalk. The /0102 indicates a
  399. ; voicecaller, so you have time to pickup the phone manually.
  400. ;
  401. ; RingTimer is the time in seconds between two RINGs. The default is 6sec.
  402. ; If no second RING is received after RingTimer secondes, the rincounter
  403. ; is reset. If you set it to low, McMail will never answer.
  404. ;
  405. ;===========================================================================
  406. ;
  407. ;RingCounter 3
  408. ;RingTimer 9
  409. ;
  410. ;===========================================================================
  411. ; Maximum time in seconds to wait for a carrier.
  412. ;===========================================================================
  413. ;
  414. WaitCarrier 60
  415. ;
  416. ;
  417. ;===========================================================================
  418. ; Answer the phone if receive NO DAILTONE on outcalls.
  419. ;===========================================================================
  420. ;
  421. CallCollision
  422. ;
  423. ;
  424. ;===========================================================================
  425. ; Errorlevel to exit if a human (BBS) caller is detected.
  426. ; A file called bbsbat<tasknr>.bat is created in McMs homedir with the
  427. ; following contents:
  428. ;
  429. ; spawnbbs.bat <tasknr>
  430. ;                  <comport>
  431. ;                       <DTEspeed>
  432. ;                             <linespeed>
  433. ;                                    <time to next NoBBS-event>
  434. ;                                                          <connectaddons>
  435. ;                                                                <errorlevel>
  436. ;===========================================================================
  437. ;
  438. BBSLevel 3
  439. ;
  440. ;
  441. ;===========================================================================
  442. ; Path and filename to a BBS-bannerfile. This is displayed to human callers
  443. ; before starting BBS.
  444. ;===========================================================================
  445. ;
  446. ;BBSBanner f:\mailer\banner.$T
  447. ;
  448. ;
  449. ;===========================================================================
  450. ; Path and filename to a InEvent-bannerfile. This is displayed to human
  451. ; callers if we are in Mailonly-Mode.
  452. ;===========================================================================
  453. ;
  454. ;InEventBanner f:\mailer\inevent.$T
  455. ;
  456. ;
  457. ;===========================================================================
  458. ; Seconds to wait for ESC ESC before automatic start bbs.
  459. ; (minimum and default = 11)
  460. ;===========================================================================
  461. ;
  462. WaitBBSCaller 20
  463. ;
  464. ;
  465. ;===========================================================================
  466. ; Disable the BBSnext function for incoming calls.
  467. ;===========================================================================
  468. ;
  469. ;NoBBSnext
  470. ;
  471. ;
  472. ;===========================================================================
  473. ; Full path and name of the Eventcontrolfile. If you disable this
  474. ; MCMAIL<task>.EVT is used. {M}
  475. ;===========================================================================
  476. ;
  477. ;EventFile f:\mailer\mcmall.evt
  478. ;
  479. ;
  480. ;===========================================================================
  481. ; Your default outbound-directorys. {M}
  482. ;===========================================================================
  483. ;
  484. Outbound    f:\mail\outbound
  485. ;
  486. ; Where to store FaxForwards?
  487. FaxOutbound f:\mail\faxout
  488. ;
  489. ;
  490. ;===========================================================================
  491. ; Your inbound-directorys for normal, secure, unknown and fax sessions. {M}
  492. ;===========================================================================
  493. ;
  494. Inbound        f:\mail\inbound
  495. SecureInbound  f:\mail\inbound.sec
  496. UnKnownInbound f:\mail\inbound.unk
  497. FaxInbound     f:\mail\inbound.fax
  498. ;
  499. ;
  500. ;===========================================================================
  501. ; In Terminalmode, incomming files will be placed here. {M}
  502. ;===========================================================================
  503. ;
  504. DownloadPath   f:\files\in
  505. ;
  506. ;
  507. ;===========================================================================
  508. ; NetMailPath. Is used for InfoMails and the internal routing. {M}
  509. ;===========================================================================
  510. ;
  511. NetMail        f:\mail\netmail
  512. ;
  513. ;
  514. ;===========================================================================
  515. ; If you run a personal netmailmover like IMOVE or ITRACK, enter the
  516. ; path here, where mail to you is moved to. Default is the netmailpath. {M}
  517. ;===========================================================================
  518. ;
  519. ;PersMail       f:\mail\mymail
  520. ;
  521. ;
  522. ;===========================================================================
  523. ; Disable the "Mail"-flashing on found PersMail.
  524. ;===========================================================================
  525. ;
  526. ;NoMailFlash
  527. ;
  528. ;
  529. ;===========================================================================
  530. ; Disable PersMailScan at Startup.
  531. ;===========================================================================
  532. ;
  533. ;NoPersMailScan
  534. ;
  535. ;
  536. ;===========================================================================
  537. ; Disable the checking for old busyfiles at Startup.
  538. ;===========================================================================
  539. ;
  540. ;NoBusyScan
  541. ;
  542. ;
  543. ;===========================================================================
  544. ; Min drivespace we must have to run. This is also checked during
  545. ; Mailsesions.
  546. ;===========================================================================
  547. ;
  548. MinDrvSpace F: 50000000
  549. MinDrvSpace D: 10000000
  550. MinDrvSpace C: 5000000
  551. ;MinDrvSpace I: 50000000
  552. ;MinDrvSpace Z: 50000000
  553. ;
  554. ;
  555. ;===========================================================================
  556. ; The Filename of your Routing-Info, if any. {M}
  557. ;===========================================================================
  558. ;
  559. RouteInfo      f:\mailer\route.mcm
  560. ;
  561. ;
  562. ;===========================================================================
  563. ; Enable this, and McMail won't route anymore.
  564. ;===========================================================================
  565. ;
  566. ;NoRoute
  567. ;
  568. ;
  569. ;===========================================================================
  570. ; Path to place the semaphorfiles. {M}
  571. ;===========================================================================
  572. ;
  573. Semaphor       f:\semaphor
  574. ;
  575. ;
  576. ;===========================================================================
  577. ; If you press ALT_S for transmit files, the tagger will start in this
  578. ; directory. {M}
  579. ;===========================================================================
  580. ;
  581. DefTransDir    f:\files
  582. ;
  583. ;
  584. ;===========================================================================
  585. ; Where McM can find the Nodelist-Indexfiles. {M}
  586. ;===========================================================================
  587. ;
  588. Nodelist       f:\nodelist
  589. ;
  590. ;
  591. ;===========================================================================
  592. ; Use a V7 NodelistIndex. (You need a V7 Nodelistcompiler)
  593. ;===========================================================================
  594. ;
  595. ;Version7
  596. ; Use the old style bit-type V7-FlagFormat.
  597. ;OldStyle
  598. ;
  599. ;
  600. ;===========================================================================
  601. ; V7 Modem Flags. (See nodelistcompiler for more information)
  602. ;===========================================================================
  603. ;            1    2   3   4   5   6    7   8   9  ...  255
  604. ;V7Flags   ISDNC V34 VFC H16 H14 ZYX V32B V32 HST
  605. ;
  606. ;
  607. ; With OldStyle enabled use this.
  608. ;            1    2   4   8   16  32  64  128  [8-bit]
  609. ;V7Flags   ISDNC V34 VFC H16 H14 ZYX V32B V32
  610. ;
  611. ;
  612. ;===========================================================================
  613. ; V7 Node Flags, [16-bit] Use '-' to ignore.
  614. ;
  615. ;  Listed NodeFlags are currently defined in most V7-Nodelistcompiler
  616. ;    HUB     = 1    HOST    = 2    REGION  = 4
  617. ;    ZONE    = 8    CM      = 16   POINT   = 4096
  618. ;===========================================================================
  619. ;             1   2   4   8   16  32  64  128  256  512  1024  2048 4096 8192 16384 32768
  620. ;V7NodeFlags  -   -   -   -   CM  XX  XA   MO   -    -     -     -    -    -     -    -
  621. ;
  622. ;
  623. ;===========================================================================
  624. ; Your Cost-Controlfile, if any. {M}
  625. ;===========================================================================
  626. ;
  627. CostDatFile     f:\mailer\cost.tbl
  628. ;
  629. ;
  630. ;===========================================================================
  631. ; Time in tenth of seconds your modem needs for handshaking. This will
  632. ; be added to the overall sessiontime, to calculate the correct cost.
  633. ;===========================================================================
  634. ;
  635. CostTimeOffset 40
  636. ;
  637. ;
  638. ;===========================================================================
  639. ; If you use cFos, McM tries to get the real charge from the ISDN Appendage
  640. ; of cFos. Here you can define the cost per chargeunit. So you don't need
  641. ; a Cost-Controlfile.
  642. ;===========================================================================
  643. ;
  644. ;FosChargeUnit 12
  645. ;
  646. ;
  647. ;===========================================================================
  648. ; If you don't want to get the costinformation from cFos, enable this.
  649. ;===========================================================================
  650. ;
  651. ;NoFosCharge
  652. ;
  653. ;
  654. ;===========================================================================
  655. ; Here you can change the Currency-Info for Costdatas.
  656. ; (Only for Screenoutput)
  657. ;===========================================================================
  658. ;Currency <decimal-delimiter> <thousand-delimiter> <divisor> <decimaldigits>
  659. ;
  660. Currency , . 100 2
  661. ;
  662. ;
  663. ;===========================================================================
  664. ; Filename of a semaphorfile which is created on received mail, if the
  665. ; errorlevel, to exit on received mail in the EventCfg, is set to zero. {M}
  666. ;===========================================================================
  667. ;
  668. MailFlag       f:\semphor\mailin.$T
  669. ;
  670. ;
  671. ;===========================================================================
  672. ; Here you can define what extension a received file must have to exit
  673. ; on received mail, or to create the mailprocessingflag.
  674. ; Enter '*' to exit after every session.
  675. ; (TU will match TU1 and so on)
  676. ;===========================================================================
  677. ;
  678. MailExitExt    PKT TIC ZIC AIC LIC SU MO WE TU TH FR SA FAX
  679. ;MailExitExt   *
  680. ;
  681. ;
  682. ;===========================================================================
  683. ; Path to a Modemresponse-Translationfile. (see example for details) {M}
  684. ;===========================================================================
  685. ;
  686. ;TranslatFile     f:\mailer\translat.cod
  687. ;
  688. ;
  689. ;===========================================================================
  690. ; Path and filename of an Infotext that will be sent to every incomming
  691. ; caller as a Netmail. (for normal, secure and unknown sessions) {M}
  692. ; If you enter one or more nodeinformation behind, the netmail will only
  693. ; sent if one of the remote akas match.
  694. ;===========================================================================
  695. ;
  696. ; Send only to konwn systems in zone 1 and net 2426 of zone 2 except 2:2426/2090.*
  697. KnownInfoText     f:\mailer\info.knw  1:*  2:2426/* !2:2426/2090.*
  698. ;
  699. ; Send only to protected systems in my net
  700. ProtectInfoText   f:\mailer\info.sec  2:2426/*
  701. ;
  702. ; Send to all unknown systems
  703. UnknownInfoText   f:\mailer\info.unk
  704. ;
  705. ;
  706. ;===========================================================================
  707. ; Path end filename of a Request-Controlfile. {M}
  708. ;===========================================================================
  709. ;
  710. RequestCfg     f:\mailer\request.cfg
  711. ;
  712. ;
  713. ;===========================================================================
  714. ; Request footer and banner. {M}
  715. ;===========================================================================
  716. ;
  717. RequestFooter   f:\mailer\reqok.fot   ; Will be added to the responsemail.
  718. ;
  719. FailedReqFooter f:\mailer\reqfld.fot  ; Will be added to the responsemail
  720. ;                                     ; instead of RequestFooter, if one
  721. ;                                     ; or more of the requested files
  722. ;                                     ; couldn't be found.
  723. ;
  724. NoRequestBanner f:\mailer\noreq.ban   ; Will be sent at NoRequest-Events.
  725. ;
  726. ;
  727. ;===========================================================================
  728. ; Max requesttime and size in minutes and bytes.
  729. ;===========================================================================
  730. ;
  731. ; Max time in seconds to search for a request.
  732. ;
  733. MaxSearchTime      25
  734. ;
  735. ; For unknown Remotes.
  736. UnknownReqTime     10
  737. UnknownReqSize     100000
  738. ;
  739. ; For known Remotes.
  740. KnownReqTime       30
  741. KnownReqSize       5000000
  742. ;
  743. ; For Remotes with sessionpasswords.
  744. ProtectReqTime     60
  745. ProtectReqSize     10000000
  746. ;
  747. ;
  748. ;===========================================================================
  749. ; Stop searching for requested files on first match? (not wildcards!)
  750. ;===========================================================================
  751. ;
  752. FirstMatch
  753. ;
  754. ;
  755. ;===========================================================================
  756. ; Don't process incomming filerequests on outgoing calls.
  757. ;===========================================================================
  758. ;
  759. NoRequestOnUs
  760. ;
  761. ;
  762. ;===========================================================================
  763. ; Full path and name to an external Request Processor, if any.
  764. ; If you enable this, McM will call the RP instat of respond to the
  765. ; filerequest itself. {M}
  766. ;===========================================================================
  767. ;
  768. ReqProcessor  f:\mailer\xor.exe /M=SRIF
  769. ;ReqProcessor  f:\EasyERP\EasyERP.EXE -ERP -SRIF =SRIF
  770. ;ReqProcessor  f:\mailer\xor.exe /A=PA /B=BR /P=PW /O=RS /H=MR /X=SU /R=PFL /T=PXL
  771. ;ReqProcessor  f:\mailer\xor.exe /H=MR /R=PFL /T=PXL /F=PIF
  772. ;
  773. ;
  774. ;===========================================================================
  775. ; Don't create data for the linewatch-facility. Use this if you have
  776. ; performance problems.
  777. ;===========================================================================
  778. ;
  779. ;NoRemoteScreen
  780. ;
  781. ;
  782. ;===========================================================================
  783. ; Don't calculate bytes to send. Use this for faster outboundscan during
  784. ; mailsessions.
  785. ;===========================================================================
  786. ;
  787. ;NoTransferSize
  788. ;
  789. ;
  790. ;===========================================================================
  791. ; Filename for the Logfiles {M}
  792. ;===========================================================================
  793. ;
  794. ; The default logfile.
  795. LogFile        f:\log\mcm$T.log
  796. ;LogFile        f:\log\mcm*MM$T.log
  797. ;
  798. ; A special logfile.
  799. SpcLogFile     f:\log\route$T.log
  800. ;
  801. ; The cost-logfile.
  802. CostLogFile    f:\log\cost$T.log
  803. ;CostLogFile    f:\log\cost$T.l*MM
  804. ;
  805. ; The error-logfile.
  806. ErrLogFile     f:\log\error$T.log
  807. ;
  808. ; The terminal capturefile.
  809. TerminalCap    f:\log\session.cap
  810. ;
  811. ;===========================================================================
  812. ; What has to be logged? (File and Screen)
  813. ;  + normal messages
  814. ;  - none vital but nice
  815. ;  ? Errors
  816. ;  ! Attention
  817. ;  ~ Serial commands
  818. ;  # Special infos
  819. ;  & Nodial infos
  820. ;  $ Routing infos
  821. ;  = Mail2u infos
  822. ;  F Filedebug
  823. ;  R Routingdebug
  824. ;  M Memorydebug
  825. ;  D Specialdebug
  826. ;  E Emsidebug
  827. ;  V Eventdebug
  828. ;  Y YooHoodebug
  829. ;  H Hydradebug
  830. ;  Z Zmodemdebug
  831. ;  X Xmodemdebug
  832. ;  A FAXdebug
  833. ;===========================================================================
  834. ;
  835. ; Default logfile.
  836. LogLevel    +-?!~#$=
  837. ; Screenlogging.
  838. ScrLogLevel +-?!~#$=
  839. ; For the special logfile if defined.
  840. SpcLoglevel $R&
  841. ;
  842. ;
  843. ;===========================================================================
  844. ; For no day and programinfo in logfiles enable this.
  845. ;===========================================================================
  846. ;
  847. ShortLog
  848. ;
  849. ;
  850. ;===========================================================================
  851. ; Lock the keyboard with a password. (casesensitive, max 8 chars)
  852. ; To activate press Ctrl-L or enable the screenblanking.
  853. ; To unlock, type in the Password and press ENTER.
  854. ;===========================================================================
  855. ;
  856. ;KbdLock MyPwd
  857. ;
  858. ;
  859. ;===========================================================================
  860. ; Max entries in the historyfiles. 0 don't care, minimal 4. Default is 20.
  861. ; The historyfiles will be updated at midnight.
  862. ;===========================================================================
  863. ;
  864. ;MaxHistory     10
  865. ;
  866. ;
  867. ;===========================================================================
  868. ; DomainInfo if any.
  869. ;
  870. ;  Domain <domainname> <Indexes without extension> <zones to match>
  871. ;
  872. ;  If you don't use a V7Index you can define more then one index for example:
  873. ;
  874. ;  Domain fidonet fidonet®ion  1 2 3 4 5 6
  875. ;
  876. ;  In that case McM search first in fidonet.mni and if not found then
  877. ;  search in region.mni.
  878. ;  You have to compile the two indexes with seperate "NodeList" entries
  879. ;  in mcmnode.cfg:
  880. ;
  881. ;  NodeList fidonet  2  nodelist.#
  882. ;  NodeList region   2  region24.#
  883. ;
  884. ;  If you only have one domain, you don't need this stuff. For default the
  885. ;  Index is 'NODEX'. At the moment McMail is not full Domainaware. It's
  886. ;  only for searching in different Nodelistfiles for Nodedata.
  887. ;===========================================================================
  888. ;
  889. ;Domain fidonet nodex  1 2 3 4 5 6
  890. ;Domain gernet  gernet 21
  891. ;Domain altnet  altnet&twonet&zorknet&upnet&downnet 362 32 567
  892. ;
  893. ;
  894. ;===========================================================================
  895. ; Your adresses. The first is the mainadress. (Max 256)
  896. ;===========================================================================
  897. ;
  898. AKA      2:2426/2000@fidonet
  899. AKA      2:2426/2001@fidonet
  900. AKA      2:2426/2002@fidonet
  901. AKA      2:2426/2003@fidonet
  902. AKA      2:2426/2004@fidonet
  903. AKA      2:2426/0@fidonet
  904. ;AKA      21:100/2236@gernet
  905. ;
  906. ;
  907. ;===========================================================================
  908. ; Send only remote known AKAs in incomming calls. That means, that McMail
  909. ; only send AKAs that match to one of the remote AKAs. (Zonematching)
  910. ;===========================================================================
  911. ;
  912. ;AkaMatching
  913. ;
  914. ;
  915. ;===========================================================================
  916. ; Your EMSI Siteinfo.
  917. ;===========================================================================
  918. ;
  919. Sysop    Gordian Schuermann
  920. Site     on the other line, McMail/HQ
  921. Location Oldenburg, GER
  922. MaxSpeed 19200
  923. Flags    CM,XX
  924. Phone    +49-441-9400833
  925. ;
  926. ; Here you can add an infomationline. It will be sent to the remote
  927. ; chatwindow at start of Hydrasessions.
  928. Ticker   Frequest MCMAIL for McMail 1.0g5...
  929. ;
  930. ; Timeoffset in minutes to UTC (GMT Greenwich Mean Time). Used for vialines,
  931. ; EMSI-Handshake and T-NodelistFlags.
  932. ;
  933. ;TimeZone +60
  934. ;TimeZone -150
  935. ;
  936. ;
  937. ;===========================================================================
  938. ; Dialtranslation (max 50)
  939. ;===========================================================================
  940. ;
  941. Dial  49-441-  /         ; Strip int. and national info from local calls.
  942. Dial  49-      0         ; Strip international data from national calls.
  943. Dial  /        00        ; Add 00 to international calls.
  944. ;
  945. ;
  946. ;===========================================================================
  947. ; Force McMail to use TimeSlicing for the following Multitaskerenvironments:
  948. ; OS/2, Windows, DesqView, TopView, DoubleDOS, PC-MOS, None
  949. ; If disabled McMail tries to detect it.
  950. ;===========================================================================
  951. ;
  952. ;Environment OS/2
  953. ;
  954. ;
  955. ;===========================================================================
  956. ; Give Timeslices during filetransfer in multitaskerenviroment.
  957. ; The keyword 'dynamic' enable the dynamic timeslicing for optimal
  958. ; transferspeed.
  959. ;===========================================================================
  960. ;
  961. ;SliceDuringTransfer
  962. ;SliceDuringTransfer dynamic
  963. ;
  964. ;
  965. ;
  966. ;
  967. ;===========================================================================
  968. ; If this is enabled and McMail receives a "CONNECT" from the modem, this
  969. ; Task will be switched to foreground in DesqView-environments.
  970. ;===========================================================================
  971. ;
  972. ;DvTaskSwitch
  973. ;
  974. ;
  975. ;===========================================================================
  976. ; Disable all sounds.
  977. ;===========================================================================
  978. ;
  979. ;NoSound
  980. ;
  981. ;
  982. ;===========================================================================
  983. ; This is the frequency in Hz McM will beep if you have insert a "$A"
  984. ; somewhere in the TranslatFile. See the sample TRANSLAT.COD for more
  985. ; information. (default is 2000)
  986. ;===========================================================================
  987. ;
  988. ;AlertSound 1500
  989. ;
  990. ;
  991. ;===========================================================================
  992. ; Don't use Hydra/RH1/DirectZedZap/ZedZap at all.
  993. ;===========================================================================
  994. ;
  995. ;NoHydra
  996. ;NoRH1
  997. ;NoDZA
  998. ;NoZAP
  999. ;
  1000. ;===========================================================================
  1001. ; Hydra parametersection
  1002. ;===========================================================================
  1003. ;
  1004. ;HydraBlockLen 1024       ; Max Hydrablocklength (default 2048)
  1005. ;
  1006. ;HydraTxWin 2048          ; Set window management / streaming for transmit
  1007. ;HydraRxWin 2048          ; for the other direction. Default 0.
  1008. ;                           (after transfer that blocksize, wait or send
  1009. ;                            an ACK. good for bad connections)
  1010. ;
  1011. ;HydraNoBell              ; Disable beep in chatmode
  1012. ;
  1013. ;HydraTELENET             ; Escape Telenet (CR-'@'-CR)
  1014. ;HydraCTLCHRS             ; Escape all control characters
  1015. ;HydraXONXOFF             ; Escape XON/XOFF
  1016. ;HydraHIGHCTL             ; Escape ctlchars with high bit set too
  1017. ;HydraHIGHBIT             ; 7 bits mode, use 7-bit encoding
  1018. ;
  1019. ;HydraCANBRK              ; Debug only
  1020. ;HydraCANASC              ; Debug only
  1021. ;HydraCANUUE              ; Debug only
  1022. ;HydraCRC32               ; Debug only
  1023. ;HydraDEVICE              ; Debug only
  1024. ;
  1025. ;
  1026. ;===========================================================================
  1027. ; Max baud a Node can have in the nodelist to call him.
  1028. ;===========================================================================
  1029. ;
  1030. ;MaxCallBaud 300
  1031. ;
  1032. ;
  1033. ;===========================================================================
  1034. ; Min baud a Node must have in the nodelist to call him.
  1035. ;===========================================================================
  1036. ;
  1037. ;MinCallBaud 2400
  1038. ;
  1039. ;
  1040. ;===========================================================================
  1041. ; Flags a Node must have or must not have to call him.
  1042. ; (NoCallFlags has more priority)
  1043. ;===========================================================================
  1044. ;
  1045. ;NoCallFlags   HST H14 H16
  1046. ;OnlyCallFlags ISDN
  1047. ;
  1048. ;
  1049. ;===========================================================================
  1050. ; Flag-Dialtranslation (prefix/suffix) (max 50).
  1051. ;
  1052. ;  FlagTrans <nodelistflag> <dialprefix> <dialsuffix>
  1053. ;
  1054. ; (last has highest priority)
  1055. ;===========================================================================
  1056. ;
  1057. FlagTrans  HST    ATB1D  |
  1058. FlagTrans  ISDN   AT&B2D |
  1059. ;
  1060. ;
  1061. ;===========================================================================
  1062. ; Run McM without Nodelist. Only infos from NodeData will be used.
  1063. ; If you running a Point-System, you can insert your BOSS-Node with his
  1064. ; Phone-number in the Nodedata-Section. So you don't need a nodelist.
  1065. ;===========================================================================
  1066. ;
  1067. ;NoNodelist
  1068. ;
  1069. ;
  1070. ;===========================================================================
  1071. ; Max value in Flowdata Costfield to call out.
  1072. ;===========================================================================
  1073. ;
  1074. ;Scottishmode 700
  1075. ;
  1076. ;
  1077. ;===========================================================================
  1078. ; Max outcalltries if anything failed, max value is 99.
  1079. ;===========================================================================
  1080. ;
  1081. ; If a handshakefailure occures. (default is 2, 0 ignore)
  1082. HandshakeFailureTries 1
  1083. ;
  1084. ; If a zmodem, xmode or hydra session fails. (default is 2, 0 ignore)
  1085. SessionFailureTries   1
  1086. ;
  1087. ; If the modem reports NO CARRIER after dialing. (default is 0, ignore)
  1088. NoCarrierTries        5
  1089. ;
  1090. ;
  1091. ;===========================================================================
  1092. ; If this is enabled, all incomming files will be saved in the unknown
  1093. ; inbound during unprotected sessions.
  1094. ;===========================================================================
  1095. ;
  1096. ;ScaredMode
  1097. ;
  1098. ;
  1099. ;===========================================================================
  1100. ; If this is enabled, McMail ignores passworderrors on outgoing calls, but
  1101. ; only mail for the called AKA will be sent. Otherwise it hang up.
  1102. ; You can toggle this option if you press CTRL-P
  1103. ;===========================================================================
  1104. ;
  1105. ;PWOverride
  1106. ;
  1107. ;
  1108. ;===========================================================================
  1109. ; Blank Screen timer in seconds. (0 to disable)
  1110. ;===========================================================================
  1111. ;
  1112. ScreenBlank 60
  1113. ;
  1114. ;
  1115. ;===========================================================================
  1116. ; Reset VideoMode to 25 or 43/50 at startup.
  1117. ;===========================================================================
  1118. ;
  1119. ;VideoMode 25
  1120. ;VideoMode 43/50
  1121. ;
  1122. ;
  1123. ;===========================================================================
  1124. ; Touch the MCMRUN.<task> semaphore every AliveTime seconds. (0 to disable)
  1125. ; Default is 180 seconds.
  1126. ;===========================================================================
  1127. ;
  1128. ;AliveTime 0
  1129. ;
  1130. ;
  1131. ;===========================================================================
  1132. ; Delay in seconds before the first outboundscan after startup.
  1133. ; Default is 12 seconds.
  1134. ;===========================================================================
  1135. ;
  1136. ;StartUpScanDelay 2
  1137. ;
  1138. ;
  1139. ;===========================================================================
  1140. ; Path and Filename of in external Pkt-Viewer. {M}
  1141. ; Is used in the Outboundmanager, if you press Ctrl-Enter.
  1142. ;===========================================================================
  1143. ;
  1144. PktViewer f:\tools\insp\inspect.exe
  1145. ;
  1146. ;
  1147. ;===========================================================================
  1148. ; Path and Filename of an exteral BBS-Viewer like VIEWRA.EXE.
  1149. ; Will be called if you press ENTER in the Multilinewindow.
  1150. ; The first parameter is the Tasknumber that you have choosen in the
  1151. ; historywindow. {M}
  1152. ;===========================================================================
  1153. ;
  1154. BBSViewer f:\mailer\viewra.exe $M
  1155. ;
  1156. ;
  1157. ;===========================================================================
  1158. ; Path and Filename of a DOOR.SYS compatible BBS-File.
  1159. ; This is used by McmView if you're not running RA. {M}
  1160. ;===========================================================================
  1161. ;
  1162. ;DoorSys f:\pb\line$T\door.sys
  1163. ;
  1164. ;
  1165. ;===========================================================================
  1166. ; Path and Filename of a semaphore that disconnect onlineuser.
  1167. ; This is used by McmView if you press Alt-K on an BBS-Caller window. {M}
  1168. ;===========================================================================
  1169. ;
  1170. ; For Remote Access use this.
  1171. BBSkick f:\semaphor\raxit$T.0
  1172. ;
  1173. ;
  1174. ;===========================================================================
  1175. ; Path and Filename of an external Protocoldriver in Terminalmode. {M}
  1176. ; Use parameter *H to leave the fossil hot.
  1177. ; (Only one is supported)
  1178. ;===========================================================================
  1179. ;
  1180. ; For download
  1181. ExtDnProtocol f:\ra\proto\hslink.exe -p$P -E$S -u$D -r -k -o @$U
  1182. ; For upload
  1183. ExtUpProtocol f:\ra\proto\hslink.exe -p$P -E$S -u$D -r -k -o @$U
  1184. ;
  1185. ;
  1186. ;===========================================================================
  1187. ; Default IEMSI-Options for the internal Terminal. See bbsdata.cfg for more
  1188. ; information.
  1189. ;===========================================================================
  1190. ;
  1191. DefaultIEMSI NEWS,MAIL,FILE,HOT,CLR,MORE,FSED
  1192. ;
  1193. ;
  1194. ;===========================================================================
  1195. ; Path and Filename of an external Terminalprogram. {M}.
  1196. ; A file called trmbat<tasknr>.bat is created in McMs homedir with the
  1197. ; following contents:
  1198. ;
  1199. ; spawntrm.bat <tasknr>
  1200. ;                  <comport>
  1201. ;                       <DTEspeed>
  1202. ;                             <linespeed>
  1203. ;                                    <time to next NoBBS-event>
  1204. ;                                                          <connectaddons>
  1205. ;                                                                <errorlevel>
  1206. ;
  1207. ; ExtTerminal <*errorlevel>
  1208. ; ExtTerminal <[#]path/prgname> [<parameter>]
  1209. ;===========================================================================
  1210. ;
  1211. ; Exit with errorlevel 50.
  1212. ExtTerminal *50
  1213. ;
  1214. ; Spawn program with swap.
  1215. ; Use '#' to clear the screen befor spawn the program.
  1216. ;ExtTerminal f:\term\terminat.exe /PORT:$P $BAUD:$L $G
  1217. ;ExtTerminal #f:\term\terminat.exe /PORT:$P $BAUD:$L $G
  1218. ;
  1219. ;
  1220. ;
  1221. ;===========================================================================
  1222. ; Colorsettings
  1223. ;
  1224. ;  Black   = 0     LightGray    = 7
  1225. ;  Blue    = 1     DarkGray     = 8
  1226. ;  Green   = 2     LightBlue    = 9;
  1227. ;  Cyan    = 3     LightGreen   = 10
  1228. ;  Red     = 4     LightCyan    = 11
  1229. ;  Magenta = 5     LightRed     = 12
  1230. ;  Brown   = 6     LightMagenta = 13
  1231. ;  Yellow  = 14    White        = 15
  1232. ;
  1233. ;  Blink   + 128
  1234. ;
  1235. ;  Disbable this to use the hardcoded colors, it's also nice.
  1236. ;===========================================================================
  1237. ;
  1238. ;       Headerline
  1239. ;       |      Statusline
  1240. ;       |      |      Logfileframe
  1241. ;       |      |      |      Logfiletext
  1242. ;       |      |      |      |      Logfiletitle
  1243. ;       |      |      |      |      |      Windowframe
  1244. ;       |      |      |      |      |      |      Windowtext
  1245. ;       |      |      |      |      |      |      |      Windowtitle
  1246. ;       |      |      |      |      |      |      |      |      Zoomwindowframe
  1247. ;       |      |      |      |      |      |      |      |      |      ZoomWindowtext
  1248. ;       |      |      |      |      |      |      |      |      |      |      Zoomwindowtitle
  1249. ;       |      |      |      |      |      |      |      |      |      |      |      Transferwindowframe
  1250. ;       |      |      |      |      |      |      |      |      |      |      |      |      Transferwindowtext
  1251. ;       |      |      |      |      |      |      |      |      |      |      |      |      |      Transfertitle
  1252. ;       |      |      |      |      |      |      |      |      |      |      |      |      |      |      Editwindowframe
  1253. ;       |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      Editwindowtext
  1254. ;       |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      Editwindowtitle
  1255. ;       |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      SelectedItem
  1256. ;       |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      |      |
  1257. ;Color 07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00  07 00
  1258. ;      |  |
  1259. ;      |  Background
  1260. ;      Forground
  1261. ;
  1262. ;
  1263. ; My favorit
  1264. ;Color 04 07  00 07  09 01  09 01  15 01  11 03  01 03  14 03  10 02  10 02  14 02  09 01  11 01  15 01  00 07  15 07  04 07  14 05
  1265. ;
  1266. ; FrontDoor Look&Feel
  1267. ;Color 02 00  04 07  01 00  07 00  14 00  01 00  03 00  14 00  01 00  03 00  14 00  04 07  01 07  04 07  04 07  01 07  04 07  14 01
  1268. ;
  1269. ;
  1270. ;===========================================================================
  1271. ; A Special Key for this Task (Line). If a Node in enhanced Nodedata has no
  1272. ; matching flag in the NodeData-TaskKey, that Node won't be called by this
  1273. ; line.
  1274. ;
  1275. ; If one of the Keys are empty, then no checking will be done!
  1276. ; ("-------" is the same as disable TaskKey), (16 Chars (Bits) max)
  1277. ;
  1278. ; Example:
  1279. ; The Line-TaskKey for a line is "--X-----" and a NodeData-TaskKey for a
  1280. ; node is "-XX-----" this node would be called by this line.
  1281. ;
  1282. ; All entrys except "-" will be interpret as "X". So you can also define
  1283. ; "-2-4--6---" for example.
  1284. ;===========================================================================
  1285. ;
  1286. TaskKey --X-------------
  1287. ;
  1288. ;
  1289. ;===========================================================================
  1290. ; Nodedata
  1291. ;  If one entry is not used, insert a "-". These examples are valid entries.
  1292. ;  Phonenumbers must be in international format!
  1293. ;===========================================================================
  1294. ;
  1295. ;NodeData <nodenr>  <password> <phonenr>  <flags>
  1296. ;
  1297. NodeData 2:2426/2090 password 49-441-123  CM,V34
  1298. NodeData 2:2426/4000 password      -      VFC
  1299. NodeData 2:2426/2030 password
  1300. NodeData 2:2426/2033    -     49-441-9836
  1301. NodeData 2:2426/2034    -     39-441-9836
  1302. ;
  1303. ;
  1304. ;===========================================================================
  1305. ; Path and filename of an enhanced NodeData Controlfile. See example for
  1306. ; more information. It's possible to mix the two formats. But don't insert
  1307. ; the same Nodenumber above and in the enhanced Nodedata!
  1308. ;===========================================================================
  1309. ;
  1310. ;NodedataFile f:\mailer\nodedata.cfg
  1311. ;
  1312. ;
  1313. ;===========================================================================
  1314. ; Path and filename of an BBS-PhoneBook-Controlfile. See example
  1315. ; for more information. This is used in terminalmode. Press ALT-B.
  1316. ;===========================================================================
  1317. ;
  1318. PhoneBook f:\mailer\bbsdata.cfg
  1319. ;
  1320. ;
  1321. ;===========================================================================
  1322. ; Normal Functionkeys {M}
  1323. ;
  1324. ; KeyF? <Menutitle>,<*errorlevel>
  1325. ; KeyF? <Menutitle>,<[#]path/prgname> [<parameter>]
  1326. ;
  1327. ;===========================================================================
  1328. ;
  1329. KeyF1   Maileditor,*10
  1330. KeyF2   Toss Mail,*20
  1331. KeyF3   Scan Mail,*30
  1332. KeyF4   Exit 40,*40
  1333. KeyF5   Exit 50,*50
  1334. KeyF6   Exit 60,*60
  1335. KeyF7   Exit 70,*70
  1336. KeyF8   Exit 80,*80
  1337. KeyF9   Exit 90,*90
  1338. ; Exit with errorlevel 100
  1339. KeyF10  Exit 100,*100
  1340. ; Spawn program with swap
  1341. KeyF11  Show Logfile,f:\dos\list.com $G /E
  1342. ; Use '#' to clear the screen befor spawn the program
  1343. KeyF12  Show Logfile,#f:\dos\list.com $G /E
  1344. ;
  1345. ;
  1346. ;===========================================================================
  1347. ; Shifted Functionkeys {M}
  1348. ;
  1349. ; KeySF? <*errorlevel>
  1350. ; KeySF? <[#]path/prgname> [<parameter>]
  1351. ;
  1352. ;===========================================================================
  1353. ;
  1354. KeySF1  *12
  1355. KeySF2  *22
  1356. KeySF3  *32
  1357. KeySF4  *42
  1358. KeySF5  *52
  1359. KeySF6  *62
  1360. KeySF7  *72
  1361. KeySF8  *82
  1362. KeySF9  *92
  1363. KeySF10 *102
  1364. KeySF11 *112
  1365. KeySF12 *122
  1366. ;
  1367. ;
  1368. ;===========================================================================
  1369. ; Controlfiles to include. {M}
  1370. ;===========================================================================
  1371. ;
  1372. ;Include F:\MAILER\MCMALL.CFG
  1373. ;Include F:\MAILER\MCMSITE.CFG
  1374. ;Include F:\MAILER\MCM$T.CFG
  1375. ;
  1376. ;===========================================================================
  1377. ;EOF
  1378. ;===========================================================================
  1379.